Dystroy is a French publisher that focuses on minimalist, command-line utilities that make everyday file-system tasks faster and less error-prone. Its single public product, Broot, reframes directory navigation: instead of scrolling through endless ls -R output, the user types a few letters and sees an interactive, searchable tree that can be filtered in real time, previewed with syntax highlighting, and manipulated with built-in commands. Typical use cases range from quickly locating deep configuration files on development machines to pruning obsolete branches on multi-terabyte media servers; DevOps engineers invoke it inside SSH sessions, data scientists use it to skim nested experiment folders, and privacy-minded individuals appreciate its on-disk footprint of a few megabytes and its refusal to phone home. Written in Rust, the tool compiles to a native Windows executable that respects PowerShell and Cmd conventions while still accepting the same cross-platform verb set familiar to Linux and macOS users. Keyboard-driven workflows, extensible launcher shortcuts, and built-in disk-usage analytics let it double as a lightweight alternative to graphical disk-space visualizers. Because the program is distributed under an open-source MIT licence, corporate sysadmins can bundle it silently into standard workstation images without legal review. Broot is available for free on get.nero.com, where downloads are delivered through the trusted winget repository, always pull the latest release, and can be queued alongside other utilities for unattended batch installation.

Broot

A new way to see and navigate directory trees.

Details